home *** CD-ROM | disk | FTP | other *** search
-
-
- Event Manager Version 2.3
- Log File Comment Inserter
-
- Written by: Lance Williams
- Kadet PCBoard
- P. O. Box 266
- Camden, NY 13316
-
- (315) 245-3815
- 12/24/96/144 USR DS (HST/V.32)
-
-
- Description:
-
- Event Manager is a simple program to add notes to your PCBoard Callers
- log during your event execution. It will give a starting line and ending
- lines showing minutes used during event, with the proper command line
- parameters (see below). You can also output a straight comment line with
- the time it was executed into the log file.
-
-
- Proper Usage:
-
- EVENTMGR LogFile Option /Switches
-
- LogFile: The Drive:Path\Filename for the log file to write to.
- Options: $START to begin the log output
- $END to finish the log output
- "Text Output", Text line to be sent to log output file.
- Switches: /N=## will put a node number in the log file for $START
- and $END options. ## is the node number to use.
- /P=# will send the output to the selected printer port,
- where # is the LPT designation (1,2 or 3).
-
- The resulting log file lines for each command will look like the
- following examples:
-
-
- Command:
- eventmgr sample.log $start
- Result: **************************************************************
- 08-31-91 (13:34) Event Started
-
- Command:
- eventmgr sample.log Test Message Line #1
- Result:
- (13:35) Test Message Line #1
-
- Command:
- eventmgr sample.log $end
- Result:
- Minutes Used: 4
- 08-31-91 (13:38) Event Finished
- **************************************************************
-
-
-
- A complete event log file might look something like this:
-
- **************************************************************
- 02-07-92 (16:55) (1) EVENT MANAGER (Local) (N) Started
- (16:55) Sample Output Line #1
- (16:55) Sample Output Line #2
- (16:56) Sample Output Line #3
- (16:56) Sample Output Line #4
- (16:57) Sample Output Line #5
- (16:57) Sample Output Line #6
- (16:57) Sample Output Line #7
- (16:58) Sample Output Line #8
- (16:58) Sample Output Line #9
- (16:59) Sample Output Line #10
- Minutes Used: 5
- 02-07-92 (16:59) (1) EVENT MANAGER Off Normally
- **************************************************************
-
- All the lines are properly formatted for the PCBoard Callers Log, so there
- will be no compatibility probels with any caller log analysers, if you use
- them. I personally prefer to keep it as a separate log.
-
- I think this is sufficient to understand the operatons of the program.
- If you have any problems, feel free to contace me at the above number, or
- via the RIME/MetroLink PCBHints Conference.
-
-
- Registration:
-
- This program represents several hours of hard work. If you find it
- useful and continue to use it, a donation of $10 would be appreciated. You
- can send a donation to the address at the top of this documentation. If
- you find something you would like different with the program, let me know,
- I'll see what I can do.
-
-
- The Legal Stuff:
-
- The Event Manager utility ("The Software") is COPYRIGHT 1991 by Lance
- Williams, ALL RIGHTS RESERVED.
-
- The author of this software is not liable for damages suffered as a
- result of the improper use, proper use, or inability to use this software.
- This type of disclaimer is prohibited by law in some states, and is
- therefore void in those states.
-
-
-
-
-
-
-
-
-
-
-
-
-